home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-08-11 | 10.0 KB | 680 lines |
- [ver]
- 4
- [sty]
- jmacro.sty
- [files]
- [charset]
- 82
- SHIFTJIS (Windows)
- [revisions]
- 0
- [prn]
- PostScript Printer
- [port]
- LPT1:
- [lang]
- 1
- [fldnames]
- ╠¿░┘─▐1
- ╠¿░┘─▐2
- ╠¿░┘─▐3
- ╠¿░┘─▐4
- ╠¿░┘─▐5
- ╠¿░┘─▐6
- ╠¿░┘─▐7
- ╠¿░┘─▐8
- [desc]
- ô»Ä₧é╔òíÉöé╠╠º▓┘é≡èJé¡
- Lotus WPD Technical Support
- Intermediate
- DialogBox, FileOpen
- autorun
- 775429180
- 44
- 673204697
- 445
- 3
- 0
- 0
- 0
- 0
-
-
- Peyton McManus
-
-
-
- 0
- [fopts]
- 0
- 1
- 0
- 0
- [lnopts]
- 2
- Body Text
- 1
- [docopts]
- 5
- 2
- [GramStyle]
-
- [lay]
- Standard
- 513
- [rght]
- 15840
- 12240
- 1
- 1440
- 1440
- 1
- 1440
- 1440
- 2
- 1
- 0
- 1
- 1
- 2
- 1
- 1440
- 10800
- 5
- 1
- 720
- 1
- 1440
- 1
- 2880
- 1
- 4320
- 1
- 5760
- [hrght]
- [lyfrm]
- 1
- 11200
- 0
- 0
- 12240
- 1440
- 0
- 1
- 3
- 1 0 0 0 0 0 0
- 0
- 0
- 1
- [frmlay]
- 1440
- 12240
- 1
- 1440
- 72
- 1
- 360
- 1440
- 0
- 1
- 0
- 1
- 1
- 0
- 1
- 1440
- 10800
- 0
- [txt]
- @âëâxâï@<+B>MDIOPEN.SMM
-
- @âëâxâï@<+B>Peyton McManus Lous WPD
-
- @âëâxâï@<+B>Last revised June 3, 1991
-
- >
- [frght]
- [lyfrm]
- 1
- 13248
- 0
- 14400
- 12240
- 15840
- 0
- 1
- 3
- 1 0 0 0 0 0 0
- 0
- 0
- 2
- [frmlay]
- 15840
- 12240
- 1
- 1440
- 360
- 1
- 14472
- 1440
- 0
- 1
- 0
- 1
- 1
- 0
- 1
- 1440
- 10800
- 0
- [txt]
- >
- [elay]
- [l1]
- 0
- [pg]
- 3
- 54 0 22 0 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- 99 27 15 32 0 1 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- 121 0 10 1025 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- [edoc]
- <:#239,9360>define EnableWindow(hwnd, fEnable) DLLCall("user,EnableWindow,IHI", %1, %2)
-
- <:#239,9360>define LB_GETSELCOUNT 0x411
-
- <:#239,9360>define LB_GETCARETINDEX 0x420
-
- <:#239,9360>define LB_SETSEL 0x406
-
- @╠º▌╕╝«▌@<:#239,9360>
-
- @╠º▌╕╝«▌@<:#239,9360>Function Multiple()
-
- <:#239,9360>IF IsNewWave()
-
- <:#239,9360> Message("NewWaveé┼é═é▒é╠â}âNâìé═ùLî°é┼é═éáéΦé▄é╣é±üB")
-
- <:#239,9360> Exit Function
-
- <:#239,9360>ENDIF
-
- <:#239,9360>IgnoreKeyboard(2)
-
- <:#239,9360>AllocGlobalVar("nFile", 1)
-
- <:#239,9360>SetGlobalVar("nFile", 0)
-
- <:#239,9360>doc=getdocpath$()
-
- <:#239,9360>DOSChdir(doc)
-
- <:#239,9360>Filledit(9001,"*.s?m")
-
- <:#239,9360>Filledit(51,true)
-
- <:#239,9360>SetDlgCallback(0, "initdlg")
-
- <:#239,9360>SetdlgCallback(9001, "setname")
-
- <:#239,9360>Box=dialogbox(".","Getfiles")
-
- <:#239,9360>if Box<<<;>1
-
- <:#239,9360> goto endmac
-
- <:#239,9360>Endif
-
- <:#239,9360>Radio2=Getdialogfield$(52)
-
- <:#239,9360>dir=getcurrentdir$()
-
- <:#239,9360>n = GetOpenFileCount()
-
- <:#239,9360>if n
-
- <:#239,9360>dim OpenFileName(n)
-
- <:#239,9360>GetOpenFileNames(&OpenFileName)
-
- <:#239,9360>endif
-
- <:#239,9360>for i = 1 to GetGlobalVar$("nFile")
-
- <:#239,9360> Temp = UCASE$(strcat$(dir, GetGlobalArray$("FileName", i)))
-
- <:#239,9360> AlreadyOpen = 0
-
- <:#239,9360> for j = 1 to n
-
- <:#239,9360> if temp = OpenFileName(j)
-
- <:#239,9360> AlreadyOpen = 1
-
- <:#239,9360> break
-
- <:#239,9360> endif
-
- <:#239,9360> next
-
- <:#239,9360> if AlreadyOpen = 0
-
- <:#239,9360> Fileopen("{temp}",1,"AmiPro")
-
- <:#239,9360> pause(002)
-
- <:#239,9360> If Radio2
-
- <:#239,9360> Appminimize("{temp}")
-
- <:#239,9360> Endif
-
- <:#239,9360> elseif (Radio2)
-
- <:#239,9360> Appminimize(temp)
-
- <:#239,9360> else
-
- <:#239,9360> AppMaximize(temp)
-
- <:#239,9360> endif
-
- <:#239,9360>next
-
- <:#239,9360>
-
- <:#239,9360>endmac:
-
- <:#239,9360>FreeGlobalVar("nFile")
-
- <:#239,9360>FreeGlobalVar("FileName")
-
- <:#239,9360>End Function
-
- <:#239,9360>
-
- <:#239,9360>function initdlg(hwnd, ID, obj)
-
- <:#239,9360>n = GetOpenFileCount()
-
- <:#239,9360>AllocGlobalVar("FileName", 9 - n)
-
- <:#239,9360>for i = 1012 - n to 1011
-
- <:#239,9360> EnableWindow(GetDlgItem(hwnd, i), 0)
-
- <:#239,9360>next
-
- <:#239,9360>end function
-
- <:#239,9360>
-
- <:#239,9360>function SetName(hwnd, ID, obj)
-
- <:#239,9360>defstr f, n, fn;
-
- <:#239,9360>hdlg = GetDlgItem(hwnd, 9001)
-
- <:#478,9360>if assign(&n, AppSendMessage(hdlg, LB_GETSELCOUNT, 0, 0)) = GetGlobalVar$("nFile") or left$(GetDlgItemText(hwnd, 9001), 1) = chr$(0x5b)
-
- <:#239,9360> exit function
-
- <:#239,9360>endif
-
- <:#239,9360>if n <;> 9 - assign(&f, GetOpenFileCount())
-
- <:#239,9360> AppSendMessage(hdlg, LB_SETSEL, 0, AppSendMessage(hdlg, LB_GETCARETINDEX, 0, 0))
-
- <:#239,9360> message("é▒éΩê╚Åπé═âtâ@âCâïé≡âIü[âvâôé┼é½é▄é╣é±üB")
-
- <:#239,9360> exit function
-
- <:#239,9360>endif
-
- <:#239,9360>SetGlobalVar("nFile", n)
-
- <:#239,9360>files = GetDlgItemText(hwnd, 8001)
-
- <:#239,9360>if n = 0
-
- <:#239,9360> files = ""
-
- <:#239,9360>endif
-
- <:#239,9360>for i = 1 to 9 - f
-
- <:#239,9360> if assign(&fn, strfield$(files, i, " ")) = -1
-
- <:#239,9360> fn = ""
-
- <:#239,9360> endif
-
- <:#239,9360> SetDlgItemText(hwnd, 1011 + i, fn)
-
- <:#239,9360> SetGlobalArray("FileName", i, fn)
-
- <:#239,9360>next
-
- <:#239,9360>end function
-
- <:#239,9360>
-
- <:#239,9360>DIALOG Getfiles
-
- <:#478,9360>-2134376448 27 153 32 150 140 "" "" "òíÉöé╠âtâ@âCâïé≡èJé¡"
-
- <:#239,9360>FONT 8 "System"
-
- <:#478,9360>6 4 33 8 1000 1342177280 "static" "├▐¿┌╕─╪:" 0
-
- <:#478,9360>6 13 93 8 7999 1342177280 "static" "current directory" 0
-
- <:#478,9360>105 4 40 12 1 1342373889 "button" "OK" 0
-
- <:#478,9360>105 20 40 12 2 1342373888 "button" "╖¼▌╛┘" 0
-
- <:#478,9360>6 29 40 8 1002 1342177280 "static" "╠º▓┘(\036F\037╠):" 0
-
- <:#478,9360>6 40 65 81 9001 1352728587 "listbox" "" 0
-
- <:#478,9360>12 124 55 12 51 1342308361 "button" "ì┼æσò\Ī(\036X\037╗)" 0
-
- <:#478,9360>80 124 55 12 52 1342177289 "button" "▒▓║▌ë╗(\036N\037▒)" 0
-
- <:#478,9360>78 40 9 8 1003 1342177280 "static" "1." 0
-
- <:#478,9360>87 40 60 8 1012 1342177280 "static" "" 0
-
- <:#478,9360>78 49 9 8 1004 1342177280 "static" "2." 0
-
- <:#478,9360>87 49 60 8 1013 1342177280 "static" "" 0
-
- <:#478,9360>78 58 9 8 1005 1342177280 "static" "3." 0
-
- <:#478,9360>87 58 60 8 1014 1342177280 "static" "" 0
-
- <:#478,9360>78 67 9 8 1006 1342177280 "static" "4." 0
-
- <:#478,9360>87 67 60 8 1015 1342177280 "static" "" 0
-
- <:#478,9360>78 76 9 8 1007 1342177280 "static" "5." 0
-
- <:#478,9360>87 76 60 8 1016 1342177280 "static" "" 0
-
- <:#478,9360>78 85 9 8 1008 1342177280 "static" "6." 0
-
- <:#478,9360>87 85 60 8 1017 1342177280 "static" "" 0
-
- <:#478,9360>78 94 9 8 1009 1342177280 "static" "7." 0
-
- <:#478,9360>87 94 60 8 1018 1342177280 "static" "" 0
-
- <:#478,9360>78 103 9 8 1010 1342177280 "static" "8." 0
-
- <:#478,9360>87 103 60 8 1019 1342177280 "static" "" 0
-
- <:#478,9360>78 112 9 8 1011 1342177280 "static" "9." 0
-
- <:#478,9360>87 112 60 8 1020 1342177280 "static" "" 0
-
- <:#478,9360>1 160 1 0 8001 1350565888 "edit" "" 0
-
- <:#239,9360>END DIALOG
-
- >
-
- [Embedded]
- 00006818
- >
- [macsum] 4
- Multiple 0 0 11 5
- initdlg 973 3 3 57
- SetName 1224 3 7 65
- Getfiles 1952 0 -1 90
- [macse]
- 14 Multiple
- 0 1317
- 13
- 11 00000101
- 0 3 "NewWaveé┼é═é▒é╠â}âNâìé═ùLî°é┼é═éáéΦé▄é╣é±üB"
- 6 0
- 15
- 9
- 0 32 2
- 0 271 "nFile" 1
- 0 264 "nFile" 0
- 0 268
- 13
- 8 1
- 0 781 "{1}"
- 0 31 9001 "*.s?m"
- 0 31 51 1
- 0 41 0 "initdlg"
- 0 41 9001 "setname"
- 0 26 "." "Getfiles"
- 13
- 8 2
- 6 2
- 5 1
- 18 1
- 11 00000313
- 10 00000928
- 0 27 52
- 13
- 8 3
- 0 290
- 13
- 8 4
- 0 1050
- 13
- 8 5
- 6 5
- 11 00000408
- 6 5
- 21 6 [X]
- 0 1051 &6
- 5 1
- 8 7
- 0 265 "nFile"
- 13
- 6 7
- 18 2
- 12 00000507
- 10 00000928
- 5 1
- 6 7
- 3 0
- 8 7
- 10 00000418
- 0 273 "FileName" "{7}"
- 13
- 0 16 "{4}" [X]
- 13
- 0 18 [X]
- 13
- 8 8
- 5 0
- 8 9
- 5 1
- 8 10
- 6 5
- 6 10
- 18 2
- 12 00000673
- 10 00000745
- 5 1
- 6 10
- 3 0
- 8 10
- 10 00000595
- 6 8
- 6 10
- 22 6
- 18 0
- 11 00000732
- 5 1
- 8 9
- 10 00000745
- 10 00000638
- 6 9
- 5 0
- 18 0
- 11 00000856
- 2 102 1 "{8}" 1 "AmiPro"
- 0 274 002
- 6 3
- 11 00000843
- 0 1030 "{8}"
- 10 00000915
- 6 3
- 11 00000901
- 0 1030 "{8}"
- 10 00000915
- 0 1029 "{8}"
- 10 00000474
- 0 266 "nFile"
- 0 266 "FileName"
- 6 0
- 15
- 9
- 14 initdlg
- 0 1050
- 13
- 8 4
- 5 9
- 6 4
- 3 1
- 0 271 "FileName" [X]
- 5 1012
- 6 4
- 3 1
- 8 5
- 5 1011
- 6 5
- 18 2
- 12 00000167
- 10 00000239
- 5 1
- 6 5
- 3 0
- 8 5
- 10 00000089
- 0 44 "{0}" "{5}"
- 13
- 0 284 "user,EnableWindow,IHI" [X] 0
- 10 00000134
- 6 3
- 15
- 9
- 14 SetName
- 0 44 "{0}" 9001
- 13
- 8 7
- 0 1036 "{7}" 1041 0 0
- 13
- 0 805 &5 [X]
- 13
- 0 265 "nFile"
- 13
- 18 0
- 0 42 "{0}" 9001
- 13
- 0 806 [X] 1
- 13
- 0 39 91
- 13
- 18 0
- 1 2
- 11 00000195
- 6 3
- 15
- 9
- 6 5
- 5 9
- 0 1050
- 13
- 0 805 &4 [X]
- 13
- 3 1
- 18 3
- 11 00000371
- 0 1036 "{7}" 1056 0 0
- 13
- 0 1036 "{7}" 1030 0 [X]
- 0 3 "é▒éΩê╚Åπé═âtâ@âCâïé≡âIü[âvâôé┼é½é▄é╣é±üB"
- 6 3
- 15
- 9
- 0 264 "nFile" "{5}"
- 0 42 "{0}" 8001
- 13
- 8 8
- 6 5
- 5 0
- 18 0
- 11 00000458
- 7 ""
- 8 8
- 5 1
- 8 9
- 5 9
- 6 4
- 3 1
- 6 9
- 18 2
- 12 00000553
- 10 00000716
- 5 1
- 6 9
- 3 0
- 8 9
- 10 00000468
- 0 20 "{8}" "{9}" " "
- 13
- 0 805 &6 [X]
- 13
- 5 -1
- 18 0
- 11 00000633
- 7 ""
- 8 6
- 5 1011
- 6 9
- 3 0
- 0 43 "{0}" [X] "{6}"
- 0 272 "FileName" "{9}" "{6}"
- 10 00000520
- 6 3
- 15
- 9
- DIALOG Getfiles
- -2134376448 27 153 32 150 140 "" "" "òíÉöé╠âtâ@âCâïé≡èJé¡"
- FONT 8 "System"
- 6 4 33 8 1000 1342177280 "static" "├▐¿┌╕─╪:" 0
- 6 13 93 8 7999 1342177280 "static" "current directory" 0
- 105 4 40 12 1 1342373889 "button" "OK" 0
- 105 20 40 12 2 1342373888 "button" "╖¼▌╛┘" 0
- 6 29 40 8 1002 1342177280 "static" "╠º▓┘(\036F\037╠):" 0
- 6 40 65 81 9001 1352728587 "listbox" "" 0
- 12 124 55 12 51 1342308361 "button" "ì┼æσò\Ī(\036X\037╗)" 0
- 80 124 55 12 52 1342177289 "button" "▒▓║▌ë╗(\036N\037▒)" 0
- 78 40 9 8 1003 1342177280 "static" "1." 0
- 87 40 60 8 1012 1342177280 "static" "" 0
- 78 49 9 8 1004 1342177280 "static" "2." 0
- 87 49 60 8 1013 1342177280 "static" "" 0
- 78 58 9 8 1005 1342177280 "static" "3." 0
- 87 58 60 8 1014 1342177280 "static" "" 0
- 78 67 9 8 1006 1342177280 "static" "4." 0
- 87 67 60 8 1015 1342177280 "static" "" 0
- 78 76 9 8 1007 1342177280 "static" "5." 0
- 87 76 60 8 1016 1342177280 "static" "" 0
- 78 85 9 8 1008 1342177280 "static" "6." 0
- 87 85 60 8 1017 1342177280 "static" "" 0
- 78 94 9 8 1009 1342177280 "static" "7." 0
- 87 94 60 8 1018 1342177280 "static" "" 0
- 78 103 9 8 1010 1342177280 "static" "8." 0
- 87 103 60 8 1019 1342177280 "static" "" 0
- 78 112 9 8 1011 1342177280 "static" "9." 0
- 87 112 60 8 1020 1342177280 "static" "" 0
- 1 160 1 0 8001 1350565888 "edit" "" 0
- 00006843
-